home *** CD-ROM | disk | FTP | other *** search
- .TH SYMBCPROD
- 6 "IRIT Version 6.0"
- .SH NAME
- SYMBCPROD
-
-
-
- CurveType SYMBCPROD( CurveType Crv1, CurveType Crv2 )
-
- or
-
- SurfaceType SYMBCPROD( SurfaceType Srf1, SurfaceType Srf2 )
-
- Computes the symbolic cross product of the given two curves or surfaces as
- a curve or surface.
-
- Example:
-
- NrmlSrf = SYMBCPROD( sderive( Srf, ROW ), sderive( Srf, COL ) )
-
- computes a normal surface as the cross product of the surface two partial
- derivatives (see SNRMLSRF).
-